The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "log::dispatchouli"

Log::Dispatchouli - a simple wrapper around Log::Dispatch River stage three • 15 direct dependents • 817 total dependents

Log::Dispatchouli is a thin layer above Log::Dispatch and meant to make it dead simple to add logging to a program without having to think much about categories, facilities, levels, or things like that. It is meant to make logging just configurable e...

RJBS/Log-Dispatchouli-3.007 - 03 Sep 2023 00:18:21 UTC - Search in distribution

Log::Contextual::LogDispatchouli - A Log::Dispatchouli specific wrapper for Log::Contextual River stage two • 3 direct dependents • 13 total dependents

"Log::Dispatchouli" doesn't need much to get it to work with "Log::Contextual" however, it has one teeny annoying quirk in that its stack traces are always off by one. Which has two primary side effects: 1. Under "Log::Contextual", it shows errors co...

KENTNL/Log-Contextual-LogDispatchouli-0.001000 - 14 Dec 2013 08:38:22 UTC - Search in distribution

Log::ger::Manual::ForLogDispatchouli - Log::ger for Log::Dispatch users River stage one • 1 direct dependent • 1 total dependent

PERLANCAR/Log-ger-Manual-0.040.000 - 10 Jun 2022 00:16:42 UTC - Search in distribution

Plack::Middleware::LogDispatchouli - Uses Log::Dispatchouli to configure the PSGI logger River stage zero No dependents

Plack::Middleware::LogDispatchouli is a Plack::Middleware component that allows you to use Log::Dispatchouli to configure the logging object, "psgix.logger"....

TSIBLEY/Plack-Middleware-LogDispatchouli-0.01 - 30 Jul 2014 21:31:11 UTC - Search in distribution

Dezi::Stats::File - store Dezi statistics via Log::Dispatchouli River stage zero No dependents

Dezi::Stats::File logs statistics using Log::Dispatchouli....

KARMAN/Dezi-Stats-0.001006 - 01 Nov 2013 16:17:04 UTC - Search in distribution

MooseX::Role::Loggable - Extensive, yet simple, logging role using Log::Dispatchouli River stage one • 2 direct dependents • 2 total dependents

This is a role to provide logging ability to whoever consumes it using Log::Dispatchouli. Once you consume this role, you have attributes and methods for logging defined automatically. package MyObject; use Moose # Moo works too with 'MooseX::Role::L...

XSAWYERX/MooseX-Role-Loggable-0.114 - 12 Feb 2017 16:22:05 UTC - Search in distribution

MouseX::Role::Loggable - Extensive, yet simple, logging role using Log::Dispatchouli River stage zero No dependents

This is a role to provide logging ability to whoever consumes it using Log::Dispatchouli. Once you consume this role, you have attributes and methods for logging defined automatically. package MyObject; use Mouse; with 'MouseX::Role::Loggable'; sub r...

MSCHWERN/MouseX-Role-Loggable-0.113 - 05 Dec 2015 11:32:49 UTC - Search in distribution

Dist::Zilla - distribution builder; installer not included! River stage three • 655 direct dependents • 710 total dependents

Dist::Zilla builds distributions of code to be uploaded to the CPAN. In this respect, it is like ExtUtils::MakeMaker, Module::Build, or Module::Install. Unlike those tools, however, it is not also a system for installing code that has been downloaded...

RJBS/Dist-Zilla-6.031 - 21 Nov 2023 01:20:56 UTC - Search in distribution

authentication_milter - A Perl Mail Authentication Milter River stage one • 3 direct dependents • 3 total dependents

MBRADSHAW/Mail-Milter-Authentication-3.20240205 - 05 Feb 2024 02:47:19 UTC - Search in distribution

Log::ger - A lightweight, flexible logging framework River stage four • 525 direct dependents • 1361 total dependents

Log::ger is yet another logging framework with the following features: * Separation of producers and consumers/listeners Like Log::Any, this offers a very easy way for modules to produce some logs without having to configure anything. Configuring out...

PERLANCAR/Log-ger-0.042 - 23 Feb 2024 01:58:36 UTC - Search in distribution

CPAN::Local - Hack custom CPAN repos River stage one • 1 direct dependent • 1 total dependent

CPAN::Local is a framework for creating custom CPAN implementations. It is to your private repositories as Dist::Zilla is to your distributions. The individual tasks related to mirror management are handled by separate plugins, and those plugins can ...

PSHANGOV/CPAN-Local-0.010 - 12 Dec 2012 18:24:59 UTC - Search in distribution

Task::BeLike::RJBS - be more like RJBS -- use the modules he likes! River stage zero No dependents

RJBS/Task-BeLike-RJBS-20221231.000 - 01 Jan 2023 02:00:36 UTC - Search in distribution

Log::Any::App - An easy way to use Log::Any in applications River stage zero No dependents

IMPORTANT: Please read "ROAD TO 1.0" on some incompatibilities in the near future, before 1.0 is released. Log::Any::App is a convenient combo for Log::Any and Log::Log4perl (although alternative backends beside Log4perl might be considered in the fu...

PERLANCAR/Log-Any-App-0.540 - 09 Jan 2019 16:12:08 UTC - Search in distribution

Log::Contextual - Simple logging interface with a contextual log River stage two • 15 direct dependents • 42 total dependents

Major benefits: * Efficient The default logging functions take blocks, so if a log level is disabled, the block will not run: # the following won't run if debug is off log_debug { "the new count in the database is " . $rs->count }; Similarly, the "D"...

FREW/Log-Contextual-0.008001 - 19 Jan 2018 17:15:42 UTC - Search in distribution

App::Magpie::Logger - magpie logging facility River stage zero No dependents

This module holds a singleton used to log stuff throughout various magpie commands. Logging itself is done with Log::Dispatchouli....

JQUELIN/App-Magpie-2.010 - 23 Nov 2015 14:03:13 UTC - Search in distribution

App::Puppet::Environment::Updater - Update a Puppet environment in a Git branch River stage zero No dependents

App::Puppet::Environment::Updater is intended to update Puppet environments which are in Git branches. There are many ways to organize a Puppet setup and Puppet environments, and this application supports the following approach: * There is one Git re...

MSTOCK/App-Puppet-Environment-Updater-0.001002 - 05 Nov 2022 19:54:48 UTC - Search in distribution

MooX::Role::Logger - Provide logging via Log::Any River stage two • 10 direct dependents • 14 total dependents

This role provides universal logging via Log::Any. The class using this role doesn't need to know or care about the details of log configuration, implementation or destination. Use it when you want your module to offer logging capabilities, but don't...

DAGOLDEN/MooX-Role-Logger-0.005 - 24 Sep 2014 13:58:10 UTC - Search in distribution

Dist::Zilla::Role::ErrorLogger - Have error logging capabilities in your Dist::Zilla plugin River stage one • 7 direct dependents • 7 total dependents

The role extends standard "Dist::Zilla" logging capabilities with few methods a bit more convenient for reporting (multiple) errors than brutal "log_fatal". See "WHY?" for more details. The role requires "log" method in the consumer....

VDB/Dist-Zilla-Role-ErrorLogger-v0.9.0 - 26 Oct 2015 21:06:26 UTC - Search in distribution

String::Flogger::Patch::UseDataDmp - Use Data::Dmp to stringify reference River stage one • 1 direct dependent • 1 total dependent

I use this patch module when debugging building with Dist::Zilla (dzil). By default, dzil uses Log::Dispatchouli which in turn uses String::Flogger which in turn uses JSON to dump references, with all its limitations. This patch improves the dumping ...

PERLANCAR/String-Flogger-Patch-UseDataDmp-0.02 - 31 Dec 2015 05:09:26 UTC - Search in distribution

String::Flogger::Patch::UseDataDump - Use Data::Dump to stringify reference River stage one • 1 direct dependent • 1 total dependent

I use this patch module when debugging building with Dist::Zilla (dzil). By default, dzil uses Log::Dispatchouli which in turn uses String::Flogger which in turn uses JSON to dump references, with all its limitations. This patch improves the dumping ...

PERLANCAR/String-Flogger-Patch-UseDataDump-0.01 - 31 Dec 2015 05:09:37 UTC - Search in distribution
27 results (0.032 seconds)